Dew Stats for .NET
|
Calculate parameters for geometrically distributed values.
Parameters |
Description |
[In] TVec X |
Stores data which is assumed to be geometricaly distributed. |
out double P |
Returns geometric distribution parameter estimator. |
ref double[] PCI |
P (1-Alpha)*100 percent confidence interval. |
double Alpha |
Confidence interval percentage. |
RandomGeometric, GeometricStat
The following example generates 1000 random Geometric distributed values and then uses GeometricFit routine to extract used P parameter
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|